Dart.PowerTCP.SslSockets Namespace > EnhancedStream Class > Read Method : Read(Byte[]) Method |
Reads at least one byte of data from the Stream and copies it into the provided buffer.
The total number of bytes read into the buffer.
Exception | Description |
---|---|
IOException | Thrown when the Stream is not readable. |
ArgumentNullException | Thrown when the buffer or callback is null. |
This is a convenience method for all derived classes, calling Read(buffer,0, buffer.Length) on the stream.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
EnhancedStream Class | EnhancedStream Members | Overload List
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.